home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1998 July
/
EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso
/
recent
/
aminet2.lha
/
AminetRct1
< prev
next >
Wrap
Text File
|
1998-06-23
|
1KB
|
39 lines
/* $VER: AminetRct.yam v6.0 (06/23/98)
** by Charles Patterson <midian@azstarnet.com>
** http://www.azstarnet.com/~midian
**
** Description: This script finds your "Today's Aminet Upload" email in
** YAM, lists the files so you can choose which ones you want
** to download, then sends email to a US FTPMAIL site to send
** them to you.
**
** Requirements: YAM 2.0 (© 1995-98 Marcel Beck)
** TCP/IP Stack
** rexxreqtools.library 1.3 (© 1992-94 Rafael D'Halleweyn)
**
** Instructions: Send email to listproc@mail.wustl.edu with the body:
** SUBSCRIBE aminet-daily Your Name
** or SUBSCRIBE aminet-weekly Your Name
** Copy this file to YAM:Rexx/
** Set FILES to the number of files you want listed at a time
** In YAM configuration under ARexx set scripts menu entry
** name to AminetRCT and script to YAM:Rexx/AminetRCT.yam
** Download your email then run this script from the YAM
** Scripts menu.
**
** --- Files listed: --- */
FILES = 10
today = "Today's Aminet "
weekly = "This week's Ami"
OPTIONS RESULTS
OPTIONS FAILAT 21
ADDRESS YAM
IF ~SHOW('L','rexxreqtools.library') THEN
CALL AddLib('rexxreqtools.library',0,-30,0)
NL = '0A'x